home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Obezier.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  252b  |  14 lines

  1. #ifndef _Obezier_H_
  2. #define _Obezier_H_
  3.  
  4. enum
  5. {
  6.     BEZIEROBJECT_SUBRX            = 1000,
  7.     BEZIEROBJECT_SUBRY            = 1001,
  8.     BEZIEROBJECT_SUBX                = 1002,
  9.     BEZIEROBJECT_SUBY                = 1003,
  10.     BEZIEROBJECT_CLOSEX            = 1004,
  11.     BEZIEROBJECT_CLOSEY            = 1005
  12. };
  13.  
  14. #endif